-
Notifications
You must be signed in to change notification settings - Fork 529
Add HTMLRewriter class in Python SDK #5945
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
d71bcaa to
41c35e0
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5945 +/- ##
==========================================
- Coverage 70.35% 70.35% -0.01%
==========================================
Files 408 408
Lines 108651 108651
Branches 17991 17991
==========================================
- Hits 76444 76441 -3
- Misses 21409 21410 +1
- Partials 10798 10800 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
41c35e0 to
4f0e824
Compare
57df7e0 to
d386d66
Compare
Merging this PR will not alter performance
Comparing Footnotes
|
d386d66 to
0940d11
Compare
0940d11 to
7bfded9
Compare
This adds
HTMLRewriterclass in Python SDK, which does proxy lifetime handling internally.We have an example that uses HTMLRewriter, but it uses JS API directly which is slightly annoying to use in Python because of the proxy handling.